type crypto/tls.certificateMsgTLS13
10 uses
crypto/tls (current package)
conn.go#L1140: m = new(certificateMsgTLS13)
handshake_client_tls13.go#L622: certMsg, ok := msg.(*certificateMsgTLS13)
handshake_client_tls13.go#L742: if _, err := hs.c.writeHandshakeRecord(&certificateMsgTLS13{}, hs.transcript); err != nil {
handshake_client_tls13.go#L758: certMsg := new(certificateMsgTLS13)
handshake_messages.go#L1459: type certificateMsgTLS13 struct {
handshake_messages.go#L1465: func (m *certificateMsgTLS13) marshal() ([]byte, error) {
handshake_messages.go#L1521: func (m *certificateMsgTLS13) unmarshal(data []byte) bool {
handshake_messages.go#L1522: *m = certificateMsgTLS13{}
handshake_server_tls13.go#L846: certMsg := new(certificateMsgTLS13)
handshake_server_tls13.go#L1050: certMsg, ok := msg.(*certificateMsgTLS13)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)